home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Utilities / DiskCopyII / DiskCopyII.app / English.lproj / DiskCopyII.nib / data.classes next >
Encoding:
Text File  |  1994-04-11  |  536 b   |  41 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. ProgressView = {
  7.     ACTIONS = {
  8.     increment:;
  9.     };
  10.     OUTLETS = {
  11.     };
  12.     SUPERCLASS = View;
  13. };
  14. appController = {
  15.     ACTIONS = {
  16.     appDidInit:;
  17.     infoMenu:;
  18.     stopAction:;
  19.     modifier:;
  20.     appWillTerminate:;
  21.     showErrorLog:;
  22.     action:;
  23.     diskFileMenu:;
  24.     };
  25.     OUTLETS = {
  26.     statusView;
  27.     bufferView;
  28.     backupView;
  29.     formatPanel;
  30.     progressView;
  31.     headView;
  32.     trackView;
  33.     errorView;
  34.     errorPanel;
  35.     mainWindow;
  36.     formatView;
  37.     actionBoxView;
  38.     };
  39.     SUPERCLASS = Object;
  40. };
  41.